home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Examples / HtmlTimeTransitions / HtmlTimeTransitions.wsits / dxfiltran.css < prev    next >
Cascading Style Sheet File  |  2004-01-25  |  4KB  |  209 lines

  1.  
  2. BODY {
  3.         margin:0;
  4.         background:white;
  5.         font-family:verdana;
  6.         font-size:80%; }
  7.  
  8. H3 {    
  9.         font-size:11pt;
  10.         margin-bottom: 4px;
  11.         padding-bottom: 4px;
  12.         border-bottom:1px solid #cccccc;
  13.         font-weight:bold}
  14.         
  15. PRE { 
  16.         margin:0 }
  17.         
  18. BUTTON { 
  19.         background:#666666; 
  20.         border:1px solid black; 
  21.         border-top:1px solid #cccccc; 
  22.         border-left:1px solid #cccccc; 
  23.         cursor:hand; color:white; 
  24.         font-weight:bold; 
  25.         font-family:verdana; 
  26.         width:110px }
  27.         
  28. a:link {
  29.         text-decoration:none;
  30.         color:white }
  31.         
  32. a:visited {
  33.         text-decoration:none;
  34.         color:white }
  35.  
  36. a:active {
  37.         text-decoration:none;
  38.         color:white }
  39.         
  40. a:hover {
  41.         text-decoration:none;
  42.         color:yellow }
  43.         
  44. .bar {
  45.         background:#336699;
  46.         width:100%;
  47.         border-top:1px solid #99CCFF;
  48.         border-bottom:1px solid #000000; }
  49.         
  50.  
  51. .desbar {
  52.         background:#FFFFFF; 
  53.         width:100%;
  54.         padding: 10px;
  55.         border-top:1px solid #CCCCCC;
  56.         border-bottom:1px solid #000000;
  57.         color:black; 
  58.         font-size:9pt;
  59.         height:55; }
  60.         
  61. .title {
  62.         font-size:15pt;
  63.         color:white;
  64.         padding-left:10px; }
  65.     
  66. .lpanelcont {
  67.         position:absolute; 
  68.         top:0; 
  69.         left:0; 
  70.         width:350px; 
  71.         height:317; 
  72.         overflow:hidden; 
  73.         z-index:2 }
  74.         
  75. .rightPanel {
  76.         position:absolute; 
  77.         top:37; 
  78.         left:420; }
  79.         
  80. .buttonholder {
  81.         border-bottom:1px solid #336699;
  82.         padding:7px; 
  83.         text-align:center}
  84.  
  85. .outerblue {
  86.         border-top:1px solid #336699;
  87.         padding:5px; 
  88.         padding-top:0px;
  89.         height:276px; 
  90.         overflow:hidden }
  91.         
  92. .innerwhite {
  93.         background:white; 
  94.         height:100%; 
  95.         width:100%; 
  96.         padding:5px; 
  97.         border:1px solid black; }
  98.  
  99. .descHints {
  100.         padding:5px; 
  101.         background:#e4e4e4; 
  102.         font-size:8pt;
  103.         width:100%;
  104.         height:133px; }
  105.  
  106. .descHilite {
  107.         color:red }
  108.  
  109. .controlTitle {
  110.         border-bottom:1px solid #cccccc; 
  111.         font-weight:bold; 
  112.         padding:5px; 
  113.         cursor:hand; 
  114.         background:white; 
  115.         text-align:center}
  116.  
  117. .copyBar {
  118.         margin-top:5px; 
  119.         text-align:left; 
  120.         border-top:1px solid #cccccc; 
  121.         font-weight:bold; 
  122.         font-family:verdana; 
  123.         font-size:9pt; 
  124.         padding:5px; 
  125.         cursor:hand; 
  126.         background:#cccccc; }
  127.  
  128. .codeHilite {
  129.         color:red; 
  130.         font-size:9pt; 
  131.         font-family:verdana; }
  132.  
  133. .controlpanel
  134.     {
  135.     position:absolute;
  136.     top:20;
  137.     left:0;
  138.     width:400px;
  139.     height:330px;
  140.     background-color:#6699CC;
  141.     z-index:1;
  142.     border:1px solid #99CCFF;
  143.     border-right:1px solid #000000;
  144.     border-bottom:1px solid #000000;
  145.     padding:2px;
  146.     padding-top:5px;
  147.     text-align:left;
  148.     }
  149.     
  150. .cpcontent
  151.     {
  152.     position:absolute;
  153.     width:100%;
  154.     height:320px;
  155.     background-color:white;
  156.     z-index:1;
  157.     border:2px solid #336699;
  158.     border-bottom:2px solid #99CCFF;
  159.     font-family:verdana;
  160.     font-size:10pt;
  161.     font-weight:normal;
  162.     padding:0px;
  163.     text-align:left;
  164.     overflow:hidden;
  165.     scrollbar-base-color:#cccccc;
  166.     display:none;
  167.     }
  168.     
  169. .tab {
  170.     position:absolute;
  171.     width:90;
  172.     height:25px;
  173.     top:3px;
  174.     left:2;
  175.     z-index:1;
  176.     cursor:hand;
  177.     font-family:verdana;
  178.     font-size:8pt;
  179.     font-weight:normal;
  180.     color:white;
  181.     text-align:center;
  182.     padding-top:2px;
  183.     background-image: url(UI_graytab.gif);
  184.     background-repeat:no-repeat;
  185.     }
  186.  
  187. .btover { 
  188.         background:#666666; 
  189.         border:1px solid black; 
  190.         border-top:1px solid #cccccc; 
  191.         border-left:1px solid #cccccc; 
  192.         cursor:hand; color:white; 
  193.         font-weight:bold; 
  194.         font-family:verdana; 
  195.         width:110px }
  196.         
  197. .cDescText {
  198.         width:100%; height:133px;
  199.         padding-top:10px;
  200.         }
  201. TD {font-size:70%}
  202. BODY { font-family:tahoma; font-size:80%;}
  203. .attrib {color:red; font-size:8pt; font-family:verdana;}
  204. .staticAttrib {color:blue; font-size:8pt; font-family:verdana;}
  205. .basic {border: 4px solid black; width:250;height:250; filter:progid:DXImageTransform.Microsoft.Gradient(); color:white;font-size:28; font-family:trebuceht; font-weight:bold; text-align:center}
  206. .specialI {font-size:15pt; font-family:arial; color:#000000; font-weight:bold;}
  207.  
  208.  
  209.